1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C5561893-31D4-4DED-B007-879F768D2A99}</ProjectGuid>
9 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <RootNamespace>Client</RootNamespace>
12 <AssemblyName>Client</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <MyType>Custom</MyType>
15 <OptionExplicit>On</OptionExplicit>
16 <OptionCompare>Binary</OptionCompare>
17 <OptionStrict>Off</OptionStrict>
18 <OptionInfer>On</OptionInfer>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <DefineDebug>true</DefineDebug>
24 <DefineTrace>true</DefineTrace>
25 <OutputPath>bin\</OutputPath>
26 <DocumentationFile>Client.xml</DocumentationFile>
27 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <DefineDebug>false</DefineDebug>
32 <DefineTrace>true</DefineTrace>
33 <Optimize>true</Optimize>
34 <OutputPath>bin\</OutputPath>
35 <DocumentationFile>Client.xml</DocumentationFile>
36 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
39 <Reference Include="System" />
40 <Reference Include="System.Data" />
41 <Reference Include="System.Data.Services.Client">
42 <RequiredTargetFramework>3.5</RequiredTargetFramework>
44 <Reference Include="System.Drawing" />
45 <Reference Include="System.Core">
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
48 <Reference Include="System.Data.DataSetExtensions">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
51 <Reference Include="System.Runtime.Serialization">
52 <RequiredTargetFramework>3.0</RequiredTargetFramework>
54 <Reference Include="System.ServiceModel">
55 <RequiredTargetFramework>3.0</RequiredTargetFramework>
57 <Reference Include="System.Web.Extensions">
58 <RequiredTargetFramework>3.5</RequiredTargetFramework>
60 <Reference Include="System.Xml.Linq">
61 <RequiredTargetFramework>3.5</RequiredTargetFramework>
63 <Reference Include="System.Web" />
64 <Reference Include="System.Xml" />
65 <Reference Include="System.Configuration" />
66 <Reference Include="System.Web.Services" />
67 <Reference Include="System.EnterpriseServices" />
68 <Reference Include="System.Web.Mobile" />
71 <Import Include="Microsoft.VisualBasic" />
72 <Import Include="System" />
73 <Import Include="System.Collections" />
74 <Import Include="System.Collections.Generic" />
75 <Import Include="System.Data" />
76 <Import Include="System.Linq" />
77 <Import Include="System.Xml.Linq" />
78 <Import Include="System.Diagnostics" />
79 <Import Include="System.Collections.Specialized" />
80 <Import Include="System.Configuration" />
81 <Import Include="System.Text" />
82 <Import Include="System.Text.RegularExpressions" />
83 <Import Include="System.Web" />
84 <Import Include="System.Web.Caching" />
85 <Import Include="System.Web.SessionState" />
86 <Import Include="System.Web.Security" />
87 <Import Include="System.Web.Profile" />
88 <Import Include="System.Web.UI" />
89 <Import Include="System.Web.UI.WebControls" />
90 <Import Include="System.Web.UI.WebControls.WebParts" />
91 <Import Include="System.Web.UI.HtmlControls" />
94 <Content Include="Default.aspx" />
95 <None Include="Service References\ServiceReference1\Reference.datasvcmap">
96 <Generator>DataServiceClientGenerator</Generator>
97 <LastGenOutput>Reference.vb</LastGenOutput>
99 <Content Include="Web.config" />
102 <Compile Include="BLL.vb" />
103 <Compile Include="Default.aspx.vb">
104 <SubType>ASPXCodeBehind</SubType>
105 <DependentUpon>Default.aspx</DependentUpon>
107 <Compile Include="Default.aspx.designer.vb">
108 <DependentUpon>Default.aspx</DependentUpon>
110 <Compile Include="My Project\AssemblyInfo.vb" />
111 <Compile Include="My Project\Application.Designer.vb">
112 <AutoGen>True</AutoGen>
113 <DependentUpon>Application.myapp</DependentUpon>
115 <Compile Include="My Project\MyExtensions\MyWebExtension.vb">
116 <VBMyExtensionTemplateID>Microsoft.VisualBasic.Web.MyExtension</VBMyExtensionTemplateID>
117 <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
119 <Compile Include="My Project\Resources.Designer.vb">
120 <AutoGen>True</AutoGen>
121 <DesignTime>True</DesignTime>
122 <DependentUpon>Resources.resx</DependentUpon>
124 <Compile Include="My Project\Settings.Designer.vb">
125 <AutoGen>True</AutoGen>
126 <DependentUpon>Settings.settings</DependentUpon>
127 <DesignTimeSharedInput>True</DesignTimeSharedInput>
129 <Compile Include="Service References\ServiceReference1\Reference.vb">
130 <AutoGen>True</AutoGen>
131 <DesignTime>True</DesignTime>
132 <DependentUpon>Reference.datasvcmap</DependentUpon>
136 <EmbeddedResource Include="My Project\Resources.resx">
137 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
138 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
139 <CustomToolNamespace>My.Resources</CustomToolNamespace>
140 <SubType>Designer</SubType>
144 <None Include="My Project\Application.myapp">
145 <Generator>MyApplicationCodeGenerator</Generator>
146 <LastGenOutput>Application.Designer.vb</LastGenOutput>
148 <None Include="My Project\Settings.settings">
149 <Generator>SettingsSingleFileGenerator</Generator>
150 <CustomToolNamespace>My</CustomToolNamespace>
151 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
153 <None Include="Service References\ServiceReference1\service.edmx" />
156 <WCFMetadata Include="Service References\" />
159 <ServiceReferenceMetadataStorage Include="Service References\ServiceReference1\">
160 <Type>datasvcmap</Type>
161 </ServiceReferenceMetadataStorage>
164 <Folder Include="App_Data\" />
166 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
167 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
168 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169 Other similar extension points exist, see Microsoft.Common.targets.
170 <Target Name="BeforeBuild">
172 <Target Name="AfterBuild">
177 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
178 <WebProjectProperties>
179 <UseIIS>False</UseIIS>
180 <AutoAssignPort>True</AutoAssignPort>
181 <DevelopmentServerPort>14856</DevelopmentServerPort>
182 <DevelopmentServerVPath>/</DevelopmentServerVPath>
185 <NTLMAuthentication>False</NTLMAuthentication>
186 <UseCustomServer>False</UseCustomServer>
189 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
190 </WebProjectProperties>